home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / selectv1.tar / selectv1 / global.c < prev    next >
C/C++ Source or Header  |  1993-08-25  |  211b  |  14 lines

  1. /*
  2. global.c: global variables for selectnews
  3.  
  4. Copyright (C) 1993 Eugene Eric Kim
  5.  
  6. LAST REVISION: August 25, 1993
  7. */
  8.  
  9. #include "global.h"
  10.  
  11. char alpha[] = "abcdefghijklmnopqrstuvwxyz";
  12.  
  13. WINDOW *leftscr,*rightscr;
  14.